OnClientRowAdded Property (TransposedGrid<T>)
In This Topic
Occurs when the user creates a new item by editing the new row template (see the allowAddNew property).
Syntax
'Declaration
Public Overridable Property OnClientRowAdded As String
public virtual string OnClientRowAdded {get; set;}
See Also